© The Deckset Team
Deckset uses standard Markdown syntax to transform your thoughts into a beautiful presentation.
This slide is one of the simplest types of slides you can create, it contains two paragraphs of text and a header.
© The Deckset Team
A new slide is defined by three dashes ‘---’
typed on a single line, with an empty line above and below.
Like
---
So
© The Deckset Team
Creating paragraphs is simple, just type — no special syntax needed.
You can include a paragraph break by leaving an empty line between the paragraphs. Otherwise lines will follow on directly like this.
© The Deckset Team
Headers are created by including a # before the text:
# This is a header
.
Deckset has four different heading sizes. You can change size by simply adding #, ##, ### or #### before your heading.
© The Deckset Team
‘1. ’
before your text‘-’
or ‘*’
or ‘+’
before your text© The Deckset Team
Use strong, emphasis or a combination of both to make your point stand out.
strong text by wrapping words in double asterisks or underlines ‘like this’
or ‘_this’
. Emphasis is added by wrapping words in single asterisks or underlines ‘like this’
or ‘this_’
. Combine a single with a double for both effects at the same time.
© The Deckset Team
© The Deckset Team
Wrap your code with three backticks and specify the language for automatic syntax highlighting.
``objectivec UIView *someView = [[UIView alloc] init]; NSString *string = @"some string that is fairly long, with many words";
``
We scale the text dynamically so it always looks great. You can also use a single indent to switch to a monospace font.
© The Deckset Team
The simplest way to get images into your presentation is to drop a local or web image onto the Deckset window — the markdown is automatically created and copied to your clipboard.
You can also add images with the following syntax:
‘’
© The Deckset Team
© The Deckset Team
© The Deckset Team
© The Deckset Team
© The Deckset Team
All slides containing a single quote have special formatting for extra impact.
Add ‘>’
in front of every quote line And add ‘--’
for the quote author reference
© The Deckset Team
> The best way to predict the future is to invent it
© The Deckset Team
Include persistent custom footers and/or running slide numbers by using directives:
Make sure the two directives start on the first line of your markdown file, and ensure there are no empty lines between the two.
footer: © Unsigned Integer UG, 2017
slidenumbers: true
© The Deckset Team
Add speaker notes to any slide by adding ‘^’
before your notes. Write as much as you like, all notes will be scaled to fit in the display.
© The Deckset Team
© The Deckset Team
Choose Rehearsal Slideshow from the View menu to run through your presentation and see how it will work on the day.
© The Deckset Team
Easily swap between 16:9 and 4:3 in the Presentation menu to suit whichever projector or screen you are using.
© The Deckset Team
If you really must tweak line breaks, you can use the
tag to split any line of text.
© The Deckset Team